home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSINESS
/
INCTRL1.LZH
/
SALE-C50.EXE
/
PROSPECT
/
APPENDX.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-03
|
384b
|
18 lines
ECHO OFF
CLS
ECHO This will append a PAUSE statement to AUTOEXEC.BAT on drive C:
ECHO
PAUSE
CLS
IF EXIST C:\AUTOEXEC.BAT GOTO REPLACE
ECHO No AUTOEXEC.BAT file exists on Drive C
GOTO RUN
:REPLACE
COPY APPENDX.TXT TMP
COPY TMP + C:\AUTOEXEC.BAT
COPY TMP C:\AUTOEXEC.BAT
REM GOTO RUN
:RUN
ECHO